The Orange Pi Zero 2W is a compact and powerful single-board computer designed for efficiency and versatility in IoT, smart home, and media applications. Powered by the Allwinner H618 quad-core Cortex-A53 processor, it offers high performance with low power consumption and supports various memory configurations to suit different project needs.
Key features include:
- Quad-core Cortex-A53 processor up to 1.5GHz with Mali G31 MP2 graphics.
- LPDDR4 memory options of 1GB, 1.5GB, 2GB, or 4GB.
- Integrated Wi-Fi 5 and Bluetooth 5.0 for seamless connectivity.
- Compact PCB size of 30mm x 65mm.
- Extensive expansion capabilities via a 24-pin connector and a 40-pin GPIO port.
- Support for multiple operating systems including Android 12 TV, Debian, Ubuntu, and Orange Pi OS (Arch).
A specialized ADS-B Software Defined Radio (SDR) kit designed for aircraft tracking using a Raspberry Pi. This blue R820T2 RTL2832U model features high stability with 0.5 PPM TCXO to prevent frequency drift and includes an onboard 1090 MHz filter and amplifier for enhanced signal range. The package comes with a purpose-built 8 inch 5 dBi antenna, an aluminum heat-dissipating case, and industrial-grade microSD software pre-loaded for easy setup via web browser without command line work.
Key features:
- Plug-and-play configuration via WiFi/web browser
- Integrated 1090 MHz filter and amplifier
- High-reliability industrial grade microSD card
- Aluminum case for heat dissipation and interference reduction
- Drop-in replacement for FlightAware Pro Stick Plus
Banana Pi has announced the BPI-SM10, a compact computing system powered by the SpacemiT K3 RISC-V processor. This hardware is designed for users interested in exploring RISC-V architecture and high-performance AI tasks at the edge. The system features an 8-core AI accelerator capable of delivering up to 60 TOPS, which is sufficient to run 30 billion parameter AI models.
Key details include:
* BPI-SM10 consists of a SpacemiT K3 compute module and a versatile carrier board.
* The processor features an octa-core design at 2.4 GHz with support for up to 32GB LPDDR5 RAM.
* Carrier board I/O includes M.2 PCIe Gen 4 slots, USB 3.2 ports, DisplayPort, and Gigabit Ethernet.
* A forthcoming K3 Pico-ITX single-unit mini PC will also be released featuring a 10-gigabit Ethernet port.
Small, inexpensive single-board computers like the Raspberry Pi 5 are becoming viable platforms for running local large language models (LLMs). By utilizing quantization techniques to reduce model size and memory requirements, users can run quantized versions of popular models such as Llama 3, Mistral, and Qwen. While processing speeds remain limited compared to high-end GPUs, these devices offer a private and low-cost way to implement AI for specific tasks.
- Quantization allows large models to fit into the Pi's limited RAM by reducing numerical precision.
- Tiny models (1B-3B parameters) run comfortably, while 7B parameter models are usable on 8GB versions with managed expectations.
- Performance is measured in low single-digit tokens per second, making it suitable for non-real-time tasks.
- Hardware upgrades like the Raspberry Pi AI HAT+ or external eGPUs can significantly boost neural processing capabilities.
The MeshCore development team announces a formal split within the project following internal disputes regarding brand ownership and the use of AI-generated code.
A former team member is accused of attempting to claim the MeshCore trademark and rebranding components using "vibe coded" AI tools without team consensus. The core team clarifies that the only official source of truth remains the GitHub repository and has launched meshcore.io to serve as the new central hub for firmware, documentation, and community engagement.
Main points:
- Internal conflict regarding trademark filings and brand control.
- Dispute over the use of AI-generated code versus human-crafted software.
- Transition of official resources to the meshcore.io domain.
- Introduction of the core development team members responsible for future updates.
An introduction to ADS-B Scope, an open source firmware project that transforms the LilyGo T-Display-P4 into a standalone, portable aircraft tracking device. By connecting an RTL-SDR dongle, users can view real-time flight data including callsigns, altitude, speed, and position on a 4 inch AMOLED touchscreen without needing a computer or internet connection.
Key features include:
- Real-time aircraft tracking with visual data on an integrated screen.
- A webapp for viewing live maps with aircraft trails and log replays via USB-C.
- Meshtastic-compatible mesh messaging protocol using the built-in LoRa radio.
- SD card logging with GPS timestamps and USB mass storage support.
Espressif Systems has introduced the ESP-Claw framework, designed to enable ESP32 devices to function as local AI agents. The framework allows hardware to interact with Large Language Models (LLMs) to make decisions and execute actions locally without requiring constant cloud connectivity. It supports natural language conversation for defining device behavior through chat coding and utilizes Lua scripts for deterministic execution.
Key features include:
- Local event bus driving millisecond-latency responses via Lua rules.
- MCP Server and Client capabilities for hardware exposure and external service calling.
- On-chip private memory for long-term context retention without data leaving the device.
- Support for various messaging platforms including Telegram, WeChat, and Feishu.
- Compatibility with LLMs such as OpenAI, Qwen, and ChatGPT.
- Current support for ESP32-S3 with upcoming support for ESP32-P4.
A developer explores using the unique dual-processor architecture of the Arduino Uno Q to create ClipDrop, a local network-attached clipboard and file transfer service. By leveraging the Qualcomm QRB2210 running Debian Linux for a Flask web server and an STM32 microcontroller for hardware feedback via an LED matrix, the project provides a simple way to move text and files up to 50 MB between devices without cloud involvement or complex software.
A Macintosh Plus emulator port designed specifically for the Cheap-Yellow-Display (ESP32) board. This project utilizes umac and the Musashi 68k emulator to provide a functional vintage computing experience on modern low-cost hardware, featuring touchpad emulation for mouse control.
Key features include:
- Homebrew Macintosh applications built with Retro68 such as Weather, WiFi status, and CydCtl for hardware control.
- An IPC (Inter-Process Communication) interface between the Mac emulator and ESP32 via memory-mapped regions.
- Integration with Home Assistant through MQTT to display real-time weather data.
- Support for 240x320 LCD displays with touch capabilities.
This repository provides a reference and example implementation for using the Bluetooth Low Energy (BLE) API to connect Claude desktop applications with external hardware devices. It is designed for makers and developers who want to build interactive physical companions, such as desk pets, that respond to Claude sessions through permission prompts, message notifications, and status updates.
Key features and details include:
- Support for ESP32 microcontrollers using the Arduino framework.
- An example implementation of a "desk pet" on M5StickC Plus hardware.
- Capabilities for displaying ASCII animations or custom GIF character packs via BLE.
- A wire protocol based on Nordic UART Service UUIDs and JSON schemas.
- Hardware interaction states such as sleep, idle, busy, attention (for approvals), celebrate, dizzy, and heart.